home *** CD-ROM | disk | FTP | other *** search
/ Clipper Collection / Clipper Collection.iso / clipper7 / clipwind.arc / WINDREF.DOC < prev    next >
Text File  |  1988-03-23  |  4KB  |  70 lines

  1.  
  2.                            Windows For Clipper
  3.                              Quick Reference
  4.  
  5. ------------------------------------------------------------------------------
  6.  
  7. NOTE: Conventions used in this reference are as    follows:
  8.  
  9.        ...  -  Ellipses    following an item indicate that    more
  10.            items having the    form may appear.
  11.    <Window> -  Valid Window Number Returned by Window Initialization
  12.                Function.
  13.    <ExpN>   -  Numeric expression.
  14.    <ExpC>   -  Character or Character String Expression.
  15.    <Log>    -  Logical True or False
  16.  
  17. ------------------------------------------------------------------------------
  18.  
  19.  
  20. Control & Initialization Functions
  21. ----------------------------------
  22. _SINIT_WN(<ExpN>,<ExpN>,<ExpN>,<ExpN>) _________ Window Init./Creation 
  23. _SST_WNCL(<Window>,<ExpC>) _____________________ Window Color Selection 
  24. _SST_WNBC(<Window>,<ExpN>) _____________________ Window Border Char. Selection
  25. _SST_PTSL(<Window>,<ExpN>) _____________________ Window Pointer Selection
  26. _SST_PTCL(<Window>,<ExpC> ______________________ Window Pointer Color Selection
  27. _SST_UBIOS(<Window>,<Log>) _____________________ Window Video Access Method
  28. _SWNCHG(<Window>,<ExpN>,<ExpN>) ________________ Change Window Deminsions
  29. _SMOVE_WN(<Window>,<ExpN>,<ExpN>) ______________ Move Window 
  30. _SREM_WN(<Window>) _____________________________ Remove Window From Memory
  31. _SWN_ROW(<Window>) _____________________________ Number of rows in window
  32. _SWN_COL(<Window>) _____________________________ Number of columns in window
  33.  
  34.  
  35.  
  36. Input & Output Functions
  37. ------------------------
  38. _SWNPUTCH(<Window>,<ExpN>,<ExpN>,<ExpC>) _______ Write a Char. To a Window
  39. _SWNGETCH(<Window>,<ExpN>,<ExpN>) ______________ Read a Char. In A Window
  40. _SDRW_ROW(<ExpN>,<ExpN>,<ExpN>,<ExpC>)__________ Write Char. number of times
  41.                                                  on screen
  42. _SDRW_WN(<Window>) _____________________________ Draw a window on the screen
  43. _SWTE_TXT(<Window>,<ExpC>) _____________________ Write text in window
  44. _SWTE_RECS(<Window>,<Fieldname>....) ___________ Write Field info to a window.
  45.                                                  10 Fields Max.
  46. _SWTE_PTR(<Window>,<ExpN>,<ExpC>) ______________ Write a pointer in a window
  47. _SCLS_WN(<Window>) _____________________________ Clears Window Contents
  48. _SCRL_VERT(<Window>,<ExpN>) ____________________ Vertical Scroll of text
  49.                                                  in a window
  50. _SCRL_HORZ(<Window>,<ExpN>) ____________________ Horizontal Scroll of text
  51.                                                  in a window
  52. _SWNERASE(<Window>) ____________________________ Erases window from screen,
  53.                                                  not from memory
  54. _WNSAVE(<Window>,<ExpC>) _______________________ Save window contents in a 
  55.                                                  memory file.
  56. _WNRESTORE(<Window>,<ExpC>) ____________________ Restore window contents from
  57.                                                  a memory file.
  58. _WNGETBUF(<Window>,<ExpC>) _____________________ Store Windows Contents in a
  59.                                                  character variable buffer.
  60. _WNPUTBUF(<Window>,<ExpC>) _____________________ Writes character variable
  61.                                                  buffer contents into a window.
  62. _WN_DBF(<Window>,<Fieldname>,.....)_____________ View database fields in window
  63.                                                 and select record
  64.  
  65. Other Functions
  66. ---------------
  67. _BIGSTR(<ExpC>,<ExpN>,<ExpN>,<ExpC>) __________ Writes Big strings
  68. _NEWCOLOR(<ExpN>,<ExpN>,<ExpN>,<ExpN>,<ExpC>) _ Changes color attr. on screen
  69.  
  70.